home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / TronCycle (Lento) / TronCycle.jar / TronCycle.class (.txt) < prev   
Encoding:
Java Class File  |  2001-09-24  |  1.2 KB  |  30 lines

  1. import javax.microedition.lcdui.Display;
  2. import javax.microedition.midlet.MIDlet;
  3.  
  4. public class TronCycle extends MIDlet implements c {
  5.    protected void startApp() {
  6.       try {
  7.          Display var1 = Display.getDisplay(this);
  8.          var1.setCurrent(new f(var1, new a(this)));
  9.       } catch (Exception var2) {
  10.          System.out.println("Cannot Start: " + var2);
  11.       }
  12.  
  13.    }
  14.  
  15.    protected void pauseApp() {
  16.    }
  17.  
  18.    protected void destroyApp(boolean var1) {
  19.       ((MIDlet)this).notifyDestroyed();
  20.    }
  21.  
  22.    public void exitApp() {
  23.       this.destroyApp(true);
  24.    }
  25.  
  26.    public boolean isColour() {
  27.       return Display.getDisplay(this).isColor();
  28.    }
  29. }
  30.